Skip to main content

modifyEip

Description

Modify eip.

Request Method

PUT

Request Path

/customer/eip/modify

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
instanceIdBODYstringYesNo sample value for this parameter.instance id
costBODYnumberNoNo sample value for this parameter.amount
isQueryCouponBODYstringNoNo sample value for this parameter.query coupon flag
regionIdBODYstringYesNo sample value for this parameter.region id
bandwidthBODYintegerYesNo sample value for this parameter.bandwidth. the range is from 1 to 5120MB.
voucherInstanceIdBODYstringNoNo sample value for this parameter.voucher instance id
autoRenewalFlagBODYbooleanNoNo sample value for this parameter.auto renew flag
couponInstanceIdBODYstringNoNo sample value for this parameter.coupon instance id

Return data

NameTypeSample valueDescription
resultobject`{"orderId":2.02207271417009997E+18}`information of result
resultCodestring0result code
resultMsgstringsuccessresult message

Example

Successful Response example

{
"result":
{
"orderId":2.02207271417009997E+18
},
"resultCode":"0",
"resultMsg":"success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}